home *** CD-ROM | disk | FTP | other *** search
- on(rollOver){
- _root.conduit.event(1);
- gotoAndPlay(15);
- if(_parent.instructions._currentframe != 46)
- {
- _parent.instructions.gotoAndPlay("go");
- }
- if(_parent.hilite._currentframe != 10)
- {
- _parent.hilite.gotoAndPlay("out");
- }
- if(_parent.oneclick._currentframe != 20)
- {
- _parent.oneclick.gotoAndPlay("out");
- }
- if(_parent.popup._currentframe != 10)
- {
- _parent.popup.gotoAndPlay("out");
- }
- }
-